.gf-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gf-header .wrapper .gf-header-left {
  display: flex;
  height: 90px;
  padding: 25px 0;
  box-sizing: border-box;
}
.gf-header .wrapper .gf-header-left .logo {
  display: inline-block;
  font-size: 0;
}
.gf-header .wrapper .gf-header-left .logo img {
  height: 40px;
  vertical-align: middle;
}
.gf-header .wrapper .gf-header-left .info {
  display: inline-block;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.gf-header .wrapper .gf-header-left .info .company {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.gf-header .wrapper .gf-header-left .info .phone {
  font-size: 14px;
}
.gf-header .wrapper .gf-header-right {
  height: 90px;
}
.gf-header .wrapper .gf-header-right a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin: 10px 10px 0;
  padding: 0 10px;
}
.gf-header .wrapper .gf-header-right a span {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
}
.gf-header .wrapper .gf-header-right a:hover {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right a:hover span {
  color: #0086FF;
}
.gf-header .wrapper .gf-header-right .active {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right .active span {
  color: #0086FF !important;
}
.banner {
  min-width: 1200px;
  cursor: pointer;
}
.banner .wrapper {
  height: 600px;
  box-sizing: border-box;
}
.banner .wrapper .banner-title {
  padding-top: 140px;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  height: 66px;
  line-height: 66px;
}
.banner .wrapper .banner-desc {
  padding-top: 40px;
  display: inline-block;
  width: 528px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 16px;
}
.node-title {
  text-align: center;
  padding: 60px 0;
}
.node-title .main-title {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.node-title .subtitle {
  margin: 10px 0 0;
  font-size: 20px;
  color: #999999;
}
.solution-item {
  display: inline-block;
  width: 380px;
  height: 370px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  cursor: pointer;
}
.solution-item .solution-pic {
  font-size: 0;
}
.solution-item .solution-pic img {
  width: 340px;
  height: 260px;
}
.solution-item .solution-item-title {
  height: 20px;
  text-align: center;
  padding: 30px 0 20px;
}
.solution-item .solution-item-title a {
  line-height: 20px;
  font-size: 16px;
  color: #000000;
}
.solution-item .goto-detail {
  text-align: center;
}
.solution-item .goto-detail a {
  color: #0378E2;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.solution-item + .solution-item {
  margin-left: 30px;
}
.more-data {
  text-align: center;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.more-data span {
  color: #999999;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  width: 360px;
  background: #FAFAFA;
  border-radius: 5px;
}
.more-data:hover {
  color: #0378E2;
}
.more-data:hover span {
  color: #0378E2;
}
.service-item {
  height: 380px;
  width: 230px;
  background: #4C5369;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}
.service-item .service-pic {
  font-size: 0;
  text-align: center;
  height: 170px;
  background: #555D79;
}
.service-item .service-pic img {
  width: 60px;
  height: 60px;
  margin-top: 70px;
}
.service-item .service-info {
  padding: 30px;
}
.service-item .service-info .service-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
.service-item .service-info .service-desc {
  font-size: 14px;
  line-height: 28px;
}
.service-item .service-index {
  position: absolute;
  top: 12px;
  left: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #0086FF;
}
.service {
  background: #3F4558;
  padding-bottom: 100px;
  min-width: 1200px;
}
.service .main-title,
.service .subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.news-item {
  padding: 30px;
  border-radius: 4px;
  background: #F7F8F9;
  display: flex;
  margin-top: 20px;
  box-sizing: border-box;
  height: 160px;
  cursor: pointer;
}
.news-item .news-item-left {
  padding-right: 20px;
}
.news-item .news-item-left .news-item-title a {
  color: #000000;
  font-size: 22px;
}
.news-item .news-item-left .news-item-detail {
  margin: 13px 0;
  font-size: 14px;
  color: #707070;
}
.news-item .news-item-left .news-item-data span a {
  font-size: 12px;
  color: #707070;
}
.news-item .news-item-left .news-item-data span {
  font-size: 12px;
  color: #707070;
}
.news-item .news-item-left .news-item-data span + span {
  margin-left: 20px;
}
.news-item .news-item-right img {
  width: 150px;
  height: 100px;
  vertical-align: middle;
}
.news .news-top {
  display: flex;
  cursor: pointer;
}
.news .news-top .news-top-left {
  font-size: 0;
}
.news .news-top .news-top-left img {
  width: 600px;
  height: 400px;
}
.news .news-top .news-top-righit {
  width: 600px;
  flex: 1;
  padding: 40px 50px 0 45px;
  background: #fafafa;
}
.news .news-top .news-top-righit .news-top-title a {
  font-size: 28px;
  line-height: 1.5;
  color: #000000;
}
.news .news-top .news-top-righit .news-top-detail {
  line-height: 22px;
  color: #707070;
  margin: 20px 0;
  font-size: 14px;
}
.news .news-top .news-top-righit .news-top-time span {
  font-size: 14px;
  color: #707070;
}
.news .news-top .news-top-righit .news-top-time span a {
  font-size: 14px;
  color: #707070;
}
.news .news-top .news-top-righit .news-top-time span + span {
  margin-left: 20px;
}
.column-box {
  background: #F7F8F9;
  padding-bottom: 100px;
}
.column-box .column-container {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.02);
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 1200px;
}
.column-row {
  width: 1200px;
  box-sizing: border-box;
  font-size: 0;
}
.column-row .column-col {
  width: 200px;
  display: inline-block;
  line-height: 80px;
  height: 80px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.column-box .column-col:hover {
  background: #f7f8f9;
}
.column-box .column-col + .column-col {
  border-left: 1px solid #eee;
}
.column-box .column-row + .column-row {
  border-top: 1px solid #eee;
}
.friendship-row{
    width: 1200px;
    margin: 150px auto 0;
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.8;
}
.friendship-row span{
    font-weight: bold;
}
.friendship-row .friendship-col{
    color: rgba(255,255,255,0.65);
    margin: 0  5px;
}
.swiper .next {
  position: absolute;
  border-radius: 7px;
  width: 60px;
  height: 60px;
  text-align: center;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  z-index: 999;
}
.swiper .next img {
  width: 40px;
  object-fit: contain;
  margin-top: 10px;
}
.swiper .next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.swiper .prev {
  position: absolute;
  border-radius: 7px;
  width: 60px;
  height: 60px;
  text-align: center;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
  z-index: 999;
}
.swiper .prev img {
  width: 40px;
  object-fit: contain;
  margin-top: 10px;
}
.swiper .prev:hover {
  background: rgba(0, 0, 0, 0.3);
}
.swiper .swiper-pagination {
  padding: 10px 0;
  border-radius: 4px;
}
.swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
